#banner .swiper-slide{
    min-height: 1000px;
    background-position: center;
}
.head-inner{
    height: 70px;
    padding: 15px 0;
}
.pos{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.logo{
    float: left;
}
.nav li{
    float: left;
    margin-right: 30px;
    text-align: center;
    line-height: 70px;
    height: 70px;
}
.nav li span{
    position: relative;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #fff;
    margin-right: 5px;
    transition: all .4s cubic-bezier(.35, .45, .55, 1);
    margin-top: -1px

}
.nav li:hover span{
    width: 40px
}
.nav li.active span{
    width: 40px
}
.nav li a{
    color: #fff;
    font-size: 14px;
}
#banner .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner_inner{
    width: 1200px;
    height: 460px;
    position: absolute;
    left: 20%;
    bottom:300px;
}
.banner_inner img{
    width: 100%;
}
.exam{
    position: absolute;
    bottom:275px;
    z-index: 99999;
    left: 15%;
}
.exam li{
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    font-family: cursive;
    line-height: 30px;
}
.exam li:before{
    content: "";
    width: 25px;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-top: 3px solid transparent;
    margin-right: 20px;
    transition: all .4s cubic-bezier(.35, .45, .55, 1);
    margin-top: -6px
}
.exam li.active:before{
    width: 25px;
    border-top: 3px solid #EC6944;
}
.pik{
    height: 1000px;
    background-image:url("../images/index/bg02.jpg") ;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.pik_lf{
    position: absolute;
    left: 150px;
    top:200px;
    z-index: 999;
    width: 1000px;
}
.pik-cont{
    padding-top: 200px;
    height: 600px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.pik-cont ul{
    overflow: hidden;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.pik-cont ul li{
    background-color: #E34646;
    float: left;
    width: 150px;
    height:150px;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    margin-right: 5px;
}
.pik-cont .pik-u1 li:nth-child(1){
    border: 1px solid #fff;
    background: rgba(201,201,201,0.1);
}
.pik-cont .pik-u1 li:nth-child(2){
    background-color: #DF9000;
}
.pik-cont .pik-u1 li:nth-child(3){
    background:linear-gradient(to right,rgba(198, 201, 201, 0.5),rgba(255,255,255,0));
}
.pik-u2 {
    left: 143px;
}
.pik-cont .pik-u2 li:nth-child(1){
    background-color: #C61A55;
}
.pik-cont .pik-u2 li:nth-child(2){
     background-color: #62AD51;
 }
.pik-cont .pik-u2 li:nth-child(3){
    background-color: #F5B940;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.pik-cont .pik-u2 li:nth-child(4){
    background:linear-gradient(to right,rgba(198, 201, 201, 0.5),rgba(255,255,255,0));
}
.pik-cont .pik-u3 li:nth-child(1){
    background-color: #1B96CF;
}
.pik-cont .pik-u3 li:nth-child(2){
    background-color: #EB5445;
    opacity: 0;
}
.pik-cont .pik-u3 li:nth-child(3){
    background:linear-gradient(to right,rgba(198, 201, 201, 0.5),rgba(255,255,255,0));
}
.pic_img{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-align: center;
    padding-right: 20px;
}
.pic_img span{
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.pik-cont.pik-u3{
    left: 163px;
    top: 144px;
    transition: all .5s linear 0.5s;
    opacity: 0;
    z-index: 10;
}
.pik-cont .pik-u1{
    left: 163px;
    top: 144px;
    transition: all .5s linear 0.5s;
    opacity: 0;
    z-index: 10;
}
.pik-u1.on{
    left: 52px;
    top: 254px;
}
.pik-u1 li:first-child{
    -webkit-transform: translateX(156px);
    opacity: 0;
    transition: all .5s linear 1s;
}
.pik-u1 li:first-child.on{
    -webkit-transform: translateX(0);
    opacity:1;
}
.pik-u1 li:last-child{
    -webkit-transform: translateX(-156px);
    opacity: 0;
    transition: all .5s linear 2s;
}
.pik-u1 li:last-child.on{
    -webkit-transform: translateX(0);
    opacity:1;
}
.pik-cont ul.on{
    -webkit-transform: rotate(45deg);
    opacity: 1;
}
.pik-cont .pik-u2 li:nth-child(1){
    transform: translateX(154px);
    -webkit-transform: translateX(154px);
    opacity: 0;
    transition: all 1s linear 1.5s;
}
.pik-cont .pik-u2 li:nth-child(1).on{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.pik-cont .pik-u2 li:nth-child(3){
    transform: translateX(-154px);
    -webkit-transform: translateX(-154px);
    opacity: 0;
    transition: all 1s linear 1.5s;
}
.pik-cont .pik-u2 li:nth-child(3).on{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}
.pik-cont .pik-u2 li:nth-child(4){
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    opacity: 0;
    transition: all 1s linear 2s;
}
.pik-cont .pik-u2 li:nth-child(4).on{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.pik-u3{
    left: 275px;
    top: 255px;
    opacity: 0;
}
.pik-u3.on{
    left: 440px;
    top: 197px;
    opacity: 1;
    transition: all 1.5s linear;
    z-index: 20;
}
.pik-u3 li:nth-child(2){
    -webkit-transform: translateX(-155px);
    transition: all 1.5s linear 1.5s;
}
.pik-u3 li:nth-child(2).on{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}
.pik-u3 li:nth-child(3){
    -webkit-transform: translateX(-300px);
    transition: all 1.5s linear 2s;
    opacity: 0;
}
.pik-u3 li:nth-child(3).on{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}
.pik-cont ul li img{
    transform: translateY(0px);
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.pik-cont ul li:hover img{
    transform: translateY(-15px);
    /*-moz-transform: rotateY(180deg);*/
    /*-webkit-transform: rotateY(180deg);*/
}
.pic_img span {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transform: translateY(0px);
}
.pik-cont ul li:hover span{
    transform: translateY(10px);
}
.pik-cont ul li b{
    transform: translateY(0);
    margin: auto;
    display: block;
    width:0;
    height: 3px;
    background-color: #fff;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.pik-cont ul li:hover b{
    transform: translateY(-10px);
    width:40px;
}
.pic-text h2{
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}
.pic-text h4{
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
}
.pic-icon i{
    color: #000000;
}
.pic-icon{
    text-align: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
    border: 1px solid #767676;
}
.pic-icon:hover{
    border: 1px solid #48BFDF;
}
.pic-icon:hover i{
    color: #48BFDF;
}
.pic-text{
    position: absolute;
    bottom:30px;
    right: 230px;
}
.project{
    padding: 150px 0;
}
.project_lf{
    float: left;
    width: 600px;
}
.project_rt{
    margin-left: 600px;
    padding-bottom: 60px;
    background: url("../images/index/case.jpg") no-repeat 80% bottom;
}
.project_lf{
    padding-top: 60px;
}
.project_title h2{
    font-size: 35px;
    font-weight: bold;
    color: #363636;
    line-height: 100px;
}
.project_title span{
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #0093FF;
}
.pro{
    width: 300px;
    float: right;
    margin-right: 60px;
}
.pro p{
    margin-top: 40px;
    line-height: 25px;
    font-size: 14px;
    color: #5C5C5C;
}
.pro a{
    display: inline-block;
    width: 140px;
    line-height: 35px;
    height: 35px;
    background-color: #FA501A;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
}
.project_cont ul li{
    float: left;
    width: 31%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.project_img{
    position: relative;
}
.project_img>img{
    width: 100%;
}
.project_cont ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.project_cont ul li:hover .project_hide{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.project_hide{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/index/hide.png") no-repeat ;
    background-size: contain;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.project_in{
    position: relative;
    text-align: center;
    height: 100%;
}
.pro_line{
    position: absolute;
    width: 100%;
    height: 100px;
    margin-top: 50px;
}
.project_in h4{
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
}
.project_text{
    background: url("../images/index/project.jpg") no-repeat left top;
    background-size: contain;
    width: 100%;
}
.project_cont{

}
#project .swiper-button-next,#project .swiper-button-prev{
    display: inline-block;
    position: static;
    margin-top: 0;
    width:54px;
    height: 54px;
}
#project .swiper-button-next{
      background: url("../images/index/next.png");
  }
#project .swiper-button-prev{
    background: url("../images/index/pre.png");
}
#project .swiper-button-next.swiper-button-disabled,#project  .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.enemy{
    background-color: #F7F7F7;
    padding-top: 100px;
    padding-bottom: 30px;
}
.enemy_rt{
    float: right;
    width: 600px;
}
.enemy_web{
    padding-left: 50px;
    background: url("../images/index/trst.jpg") no-repeat right top;
    background-size: contain;
    padding-top: 128px;
}
.enemy_rt h1{
    font-size: 27px;
    color: #0093FF;
    margin-bottom: 15px;
}
.enemy_rt h2{
    font-size: 27px;
    color: #4A4A4A;
    margin-bottom: 40px;
    font-family: -webkit-pictograph;
}
.enemy_rt span{
    display: inline-block;
    width:300px;
    border-top: 1px solid #E1E1E1;
}
.enemy_rt p{
    width: 300px;
    margin-top: 40px;
    line-height: 25px;
    font-size: 14px;
    color: #5C5C5C;
}
.enemy_lf{
    margin-right: 600px;
    padding-left: 40px;
}
.enemy_cont{
    height: 700px;
    background: url("../images/index/bg03.jpg") no-repeat;
}
.enemy_cont_lf{
    text-align: center;
    float: left;
    width: 30%;
    height: 600px;

}
.enemy_cont_lf h4{
    font-size: 18px;
    color: #fff;
    padding-top: 270px;
}
.enemy_cont_lf p{
    font-size: 14px;
    color: #fff;
}
.enemy_cont_rt {
    float: left;
    width: 70%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.enemy_cont_rt img{
    height: 100%;
}
#enemy .swiper-pagination{
    border-top: 1px solid #EDEDED;

}
#enemy .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    border: 1px solid #AAAAAA;
    opacity: 1;
    position: relative;
    top:-11px;
    width: 6px;
    height: 6px;
}
#enemy .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #0093FF;
    border: 1px solid #0093FF;
}
#enemy .swiper-pagination .swiper-pagination-bullet {
    margin: 0 13px;
}
.enemy_swiper{
    padding-right:50px;
    position: relative;
}
.enemy_inner .swiper-button-next{
    width: 15px;
    height: 25px;
    background: url("../images/index/rtnext.png") no-repeat;
}
.enemy{
    position: relative;
}
.enemy .pic-text{
    right: 425px;
}
.enemy .pic-text h2{
    color: #4A4A4A;
}
.enemy .pic-text h4{
    color: #4A4A4A;
}
.about{
    background: url("../images/index/bg04.jpg") no-repeat center;
    height: 1000px;
    position: relative;
}
.about_tit{
    text-align: center;
    padding-top: 100px;
}
.about_tit h1{
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}
.about_tit  span{
    display: inline-block;
    width: 45px;
    height: 3px;
    background-color: #fff;
}
.about_cont{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 275px;
    top:50%;
    margin-top: -137px;
    left: 0;
    border-top: 1px solid #64696F;
    border-bottom: 1px solid #64696F;
}
.about_cont ul{
    width: 1200px;
    margin: auto;
}
.about_cont ul li{
    display: inline-block;
    width:298px;
    height: 275px;
    border-right:1px solid #64696F;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: relative;
    float: left;
}
.about_cont ul li:nth-child(4){
    border: none;
}
.about_cont ul li i{
    display: inline-block;
    margin-top: 75px;
     font-size: 30px;
    margin-bottom: 15px;
 }
.about_cont ul li h4{
    font-size: 18px;
    line-height: 30px;
}
.about_cont ul li p{
    font-size: 14px;
    line-height: 30px;
}
.about_out{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom:0;
    left: 0;
    z-index: 99;
}
.about{
    overflow: hidden;
}
.about_inner{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0093FF;
    bottom:-275px;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 9;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
.about_cont ul li:hover .about_inner{
    bottom:0;
    transform: rotate(0deg);
    opacity: 1;
}
.about_bottom{
    width: 100%;
    position: absolute;
    bottom:0;
    left: 0;
    padding: 15px;
    background-color: #040505;
    text-align: center;
}
.about_bottom p{
    font-family: "ËÎÌå";
    color: #9B9EA0;
}
.right{
    position: fixed;
    right: 0;
    top:50%;
    height: 280px;
    margin-top: -140px;
    background-color: #262626;
    z-index: 9999;
}
.right li{
    height: 70px;
    width: 70px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
}
.right li i{
    display: inline-block;
    margin-top: 10px;
    font-size: 30px;
    color: #fff;
    transition: all 0.3s;
}
.right li:hover i{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.right li p{
    position: absolute;
    bottom:0;
    width: 100%;
    z-index: 88;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    color: #fff;
    font-size: 13px;
    opacity: 0;
    display: none;

}
.right li:hover p{
    opacity: 1;
    transform: translateY(-5px);
    display: block;
}
.right li:nth-child(1){
    background-color: #3B3B3B;
}
.right li:nth-child(3){
    background-color: #3B3B3B;
}
.right li:hover{
    background-color: #3CABFF;
}
.hide_tel{
    position: absolute;
    top:0;
    left:75px;
    width:150px;
    height: 70px;
    background-color: #3CABFF;
    text-align: center;
    transition: 0.5s ease-in-out 0.1s;
    z-index: 10;
}
.hide_tel span{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}
.right li:nth-child(3):hover .hide_tel{
    left:-150px;
}
.pc_show{
    display: block;
}
.pc_hide{
    display: none;
}
@media screen and (max-width:1500px){
    .pro_line img{
        width: 130px;
    }
}
@media screen and (max-width:1400px){
    .project_cont ul li {
        float: left;
        width: 46%;
    }

}
@media screen and (max-width:1200px){
    .enemy_rt {
        float: right;
        width: 400px;
    }
    .enemy .pic-text {
        right: 260px;
    }
    .enemy_lf {
        margin-right: 400px;
    }
    .project_lf {
        float: left;
        width: 400px;
    }
    .project_rt {
        margin-left: 400px;
    }
    .about_cont ul {
        width:800px;
    }
    .about_cont ul li{
        width: 198px;
    }
    .about_cont ul li p br{
        display: none;
    }
}
@media screen and (max-width:1024px){
    .pik_lf {
        left:0;
    }
    .pro_line img{
        width: 100px;
    }
}
@media screen and (max-width:768px){
    .right{
       display: none;
    }
    .pc_show{
       display: none;
    }
    .pc_hide{
        display: block;
    }
    #pc{
        height: 800px;
    }
    #pc .swiper-wrapper{
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        text-align: center;
    }
    .pc_img{
        position: absolute;
        height:200px;
        margin-top: 0;
        top: 0;
        padding: 0 20px;
    }
    .pc_img img{
        width: 100%;
    }
    .pik_hide ul li{
        float: left;
        width: 50%;
        text-align: center;
        margin-bottom: 15px;
    }
    .pik_hide ul li:nth-child(1) .pik_hide_inner{
        background: #1B96CF;
    }
    .pik_hide ul li:nth-child(2) .pik_hide_inner{
        background: #EB5342;
    }
    .pik_hide ul li:nth-child(3) .pik_hide_inner{
        background: #C61A54;
    }
    .pik_hide ul li:nth-child(4) .pik_hide_inner{
        background: #F5B93D;
    }
    .pik_hide ul li:nth-child(5) .pik_hide_inner{
        background: #62AD4F;
    }
    .pik_hide ul li:nth-child(6) .pik_hide_inner{
        background: #DF9000;
    }
    .pik_hide_inner{
        width: 90%;
        margin: 0 auto;
        background: #62AD51;
        border-radius: 10px;
        padding: 20px 0;
    }
    .pik_hide{
        padding: 30px 0;
    }
    .pik_hide_inner span{
        display: block;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }
    .pik {
        height: auto;
        overflow: hidden;
    }
    .pic-text{
        position: static;
        padding: 0 20px 20px 20px;
    }
    .project {
        padding: 30px 0;
    }
    .project_lf {
        float: none;
        width: 100%;
    }
    .project_rt {
        margin-left: 0;
    }
    .project_title h2 {
        font-size: 27px;
    }
    .project_title h2 {
        line-height: 68px;
    }
    .project_text{
        margin-bottom: 30px;
    }
    .pro_line img{
        width: 50px;
    }
    .project_in h4 {
        font-size: 14px;
        margin-top: 0;
    }
    .enemy_rt {
        float:none;
        width:100%;
        margin-bottom: 30px;
    }
    .enemy_lf {
        margin-right:0;
        padding-left: 10px;
    }
    .enemy {
        overflow: hidden;
        padding-top: 20px;
    }
    .enemy_web {
        padding-left: 10px;
        padding-top: 50px;
    }
    .enemy_rt h2 {
        margin-bottom: 10px;
    }
    .enemy_cont_lf {
        float:none;
        width: 100%;
        height:auto;
        padding: 15px 0;
    }
    .enemy_cont_lf h4 {
        padding-top:0;
    }
    .enemy_inner .swiper-button-next{
        display: none;
    }
    .enemy_swiper {
        padding-right: 10px;
    }
    .enemy_cont_rt img {
        height: auto;
        width: 100%;
    }
    .enemy_cont {
        height:385px;
        background-size: contain;
    }
    .enemy_cont_rt {
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .about_cont ul {
        width: 100%;
    }
    .about_cont ul li {
        width: 100%;
        height: 120px;
        border-right: none;
        /*border-bottom: 1px solid #64696F;*/
    }
    #project .swiper-button-prev{
        margin-left: 10px;
    }
    #project .swiper-button-next, #project .swiper-button-prev {
        width: 30px;
        height:30px;
        background-size: contain;
    }
    .about {
        height: 735px;
    }
    .about_cont ul li i {
        margin-top: 10px;
        font-size: 20px;
    }
    .about_cont {
       border: none;
        position: static;
        margin-top: 20px;
    }
    .about_tit {
        text-align: center;
        padding-top: 28px;
    }
    .about_tit h1 {
        font-size: 24px;
        margin-bottom: 4px;
    }
    body {
        position: relative;
        right: 0;
        transition: all linear .5s;
    }
    .pc_hide{
        position: relative;
    }
    .head-phone{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
   #pc .swiper-pagination-bullet{
       background-color: #fff;
       opacity: 1;
   }
    #pc .swiper-pagination-bullet-active{
        background-color: #45BFDF;
    }

}
@media screen and (max-width:450px){
    #pc{
        height: 500px;
    }
}
